home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / ArchiveUtils / tar / next / backup-specs-floppy-2 < prev    next >
Encoding:
Text File  |  1992-12-20  |  1001 b   |  34 lines

  1. # site-specific parameters for file system backup.
  2.  
  3. # User name of administrator of backups.
  4. ADMINISTRATOR=pierce
  5.  
  6. # Hour at which backups are normally done.
  7. # This should be a number from 0 to 23.
  8. BACKUP_HOUR=1
  9.  
  10. # File to use for dumping.
  11. FD_FILE=/IncBackup
  12.  
  13.  
  14. # List of file systems to be dumped.
  15. # Actually, any directory may be used,
  16. # but if it has subdirectories on other file systems,
  17. # they are not included.
  18.  
  19. # The host name specifies which host to run tar on.
  20. # It should normally be the host that actually has the file system.
  21. # If GNU tar is not installed on that machine,
  22. # then you can specify some other host which can access
  23. # the file system through NFS.
  24. # Although these are arranged one per line, that is not mandatory.
  25. # It does not work to use # for comments within the string.
  26. BACKUP_DIRS=
  27. #    cantrell:/pierce
  28. #    cantrell:/private"
  29. # List of individual files to be dumped.
  30. # These should be accesible from the machine on which the dump is run.
  31. BACKUP_FILES="/pierce /private/etc"
  32.  
  33.  
  34.